home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Expert 1995 Winter
/
Mac Expert - Winter 95.iso
/
Les fichiers
/
Communications
/
Internet
/
Anarchie-160 ƒ
/
Example Scripts
/
New Stuff
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-03-06
|
287 b
|
9 lines
|
[
TEXT/ToyS
]
tell application "Anarchie"
set base to "ftp://user:password@host/"
mkdir url base & "testdir"
mkdir url base & "inside"
rename url base & "inside" newname "testdir/nowinside"
remove url base & "testdir/nowinside"
remove url base & "testdir"
sendcommand url base & "help"
end tell